cd /usr/src/
wget http://switch.dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-1.1.tar.gz
tar -zxvf ndiswrapper-1.1.tar.gz
ls /lib/modules/2.4.26 -al
make distclean
make && make install
lspci
cd /usr/src/
wget http://www.silfreed.net/download/hpzt3000cto/SP23107A.tar.gz
tar -zxvf SP23107A.tar.gz
cd /var/
mkdir ndiswrapper
cd ndiswrapper/
vim readme.txt
mv /usr/src/SP23107A .
ndiswrapper -i SP23107A/bcmwl5.inf
ndiswrapper -l
modprobe ndiswrapper
dmesg
iwlist scan
iwconfig wlan0 mode Managed
iwconfig wlan0 key 80081355800813558008135580
iwlist scan
ping 192.168.1.1
/sbin/route add -net 192.168.0.0 gw 192.168.1.1 netmask 255.255.255.0
ifconfig
ifconfig eth0 down
ifconfig wlan0 up
ifconfig
dhcpcd wlan0
ndiswrapper -m
christo